home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / DataBase.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-04-09  |  6.8 KB  |  465 lines

  1. body
  2. {
  3.     overflow:hidden;
  4. }
  5.  
  6.  
  7.     #AbsContainer
  8.     {
  9.     position:absolute;
  10.     float:left;
  11.     left:0px;
  12.     top:0px;
  13.     width:100%;
  14.     height:100%;
  15.     background:#fff;
  16.     }
  17.  
  18. #TopBar
  19. {
  20.     position:absolute;
  21.     left:0px;
  22.     top:0px;
  23.     width:100%;
  24.     height:35px;
  25.     background:url(/img/ProjectCenter/DB_Tabs_bg.jpg) center top repeat-x;
  26.     z-index:2;
  27. }
  28.  
  29. #TopBar a.Tab:link, #TopBar a.Tab:visited
  30. {
  31.     float:left;
  32.     
  33.     color:#555;
  34.     font-size:13px;
  35.     text-decoration:none;
  36.     line-height:25px;
  37.     height:25px;
  38.     width:102px;
  39.     text-align:center;
  40.     margin:5px 0px 0 20px;
  41. }
  42.  
  43. #TopBar a.Tab:hover    {color:#000; text-decoration:underline; background:#ccc;}
  44. #TopBar a.Tab:active    {color:#fff;}
  45.  
  46. #TopBar .SelectedTab
  47. {
  48.     margin-top:5px !important;
  49.     color:#000 !important;
  50.     
  51.     background:url(/img/ProjectCenter/DB_SelectedTab_bg.jpg) bottom no-repeat !important;
  52.     text-decoration:none !important;
  53.     line-height:29px !important;
  54.     height:29px !important;
  55. }
  56.  
  57. #TopBar a.AlternTab:link, #TopBar a.AlternTab:visited
  58. {
  59.     float:right;
  60.     padding:0 5px 0 5px;
  61.     margin:5px 10px 0 0;
  62.     color:#777;
  63.     text-decoration:none;
  64.     height:20px;
  65.     line-height:20px;
  66.     border:1px solid #bbb;
  67.     background:#ccc;
  68. }
  69.  
  70. #TopBar a.AlternTab:hover
  71. {
  72.     color:#000;
  73.     background:#eee;
  74.     border:1px solid #aaa;
  75. }
  76. #TopBar a.AlternTab:active    
  77. {
  78.     color:#fff;
  79.     background:#aaa;
  80. }
  81.  
  82. #x_Indicator
  83. {
  84.     position:absolute;
  85.     right:200px;
  86.     top:0px;
  87.     width:290px !important;
  88.     width:300px;
  89.     height:30px;
  90.     border-left:2px dotted #999;
  91.     border-right:2px dotted #999;
  92.     background:#ffc;
  93.     color:#000;
  94.     font-weight:bold;
  95.     line-height:30px;
  96.     font-size:14px;
  97.     padding-left:10px;
  98. }
  99.  
  100. #DB_Settings
  101. {
  102.     position:absolute;
  103.     float:left;
  104.     top:35px;
  105.     left:0px;
  106.     width:100%;
  107.     height:500px;
  108.     background:#fff;
  109.     border-bottom:2px solid #999;
  110.     z-index:1;
  111. }
  112.  
  113.     #DB_Settings h1
  114.     {
  115.         float:left;
  116.         margin:0 0 0 20px;
  117.         padding:0 10px 0 0;
  118.         
  119.         width:90%;
  120.         height:30px;
  121.         line-height:30px;
  122.         font-size:18px;
  123.         color:#222;
  124.         border-bottom:2px solid #999;
  125.     }
  126.  
  127.     #DB_Settings h2
  128.     {
  129.         float:left;
  130.         clear:left;
  131.         margin:20px 10px 0 0px;
  132.         padding:0 10px 0 0;
  133.         
  134.         width:300px;
  135.         height:400px;
  136.         line-height:400px;
  137.         font-size:18px;
  138.         color:#222;
  139.         text-align:right;
  140.         border-right:2px solid #999;
  141.     }
  142.     
  143.     #SettingPanel
  144.     {
  145.         float:left;
  146.         line-height:20px;
  147.         margin-top:20px;
  148.     }
  149.     .SettingPanel_Prompt
  150.     {
  151.         float:left;
  152.         clear:left;
  153.         width:100px;
  154.         font-size:12px;
  155.         color:#666;
  156.         text-align:right;
  157.         margin-top:20px;
  158.     }
  159.     .SettingPanel_Value
  160.     {
  161.         float:left;
  162.         margin-left:10px;
  163.         width:300px;
  164.         font-size:12px;
  165.         color:#333;
  166.         text-align:left;
  167.         margin-top:20px;
  168.     }
  169.     .SettingPanel_Hint
  170.     {
  171.         float:left;
  172.         clear:left;
  173.         width:400px !important;
  174.         width:410px;
  175.         background:#ffc;
  176.         border:1px solid #8ac;
  177.         margin:5px 0 5px 0;
  178.         line-height:30px;
  179.         padding:0 0 0 10px;
  180.     }
  181.     
  182.     #Icons
  183.     {
  184.         float:left;
  185.         clear:left;
  186.         width:400px !important;
  187.         width:410px;
  188.         padding:5px 5px 5px 5px;
  189.  
  190.         background:#f0f9ff;
  191.         border:1px solid #a0a9af;
  192.         
  193.     }
  194.     .Icon_sm
  195.     {
  196.         float:left;
  197.         width:40px;
  198.         height:40px;
  199.         border:1px dashed #aaa;
  200.         margin:2px 0 0 2px;
  201.         cursor:hand;
  202.     }
  203.     .Icon_sm:hover
  204.     {
  205.         border:1px solid #888;
  206.     }
  207.     #IconPreview
  208.     {
  209.         float:left;
  210.         margin-left:10px;
  211.         width:128px;
  212.         height:128px;
  213.         border:1px dashed #aaa;
  214.     }
  215.  
  216.     .SettingPanel_ControlSet
  217.     {
  218.         float:left;
  219.         margin-left:10px;
  220.         width:300px;
  221.         font-size:12px;
  222.         color:#333;
  223.         text-align:left;
  224.         margin-top:20px;
  225.     }
  226.     .btn_Confirm
  227.     {
  228.         width:120px;
  229.         height:25px;
  230.     }
  231.  
  232.  
  233. #DBHeader
  234. {
  235.     float:left;
  236.     position:absolute;
  237.     top:35px;
  238.     left:0px;
  239.     width:100%;
  240.     height:45px;
  241.     height:100px;background:#fff url(/img/ProjectCenter/DB_FormView_TopLayer_bg.jpg) left bottom repeat-x !important;
  242. }
  243.  
  244.     #DBHeader h1
  245.     {
  246.         position:absolute;
  247.         margin:0 0 0 0;
  248.         padding:0 0 0 0;
  249.         
  250.         top:20px;
  251.         left:85px;
  252.         width:300px;
  253.         height:20px;
  254.         line-height:20px;
  255.         font-size:18px;
  256.         color:#135;
  257.     }
  258.     
  259.     #DBHeader h2
  260.     {
  261.         position:absolute;
  262.         margin:0 0 0 0;
  263.         padding:0 0 0 0;
  264.         left:85px;
  265.         top:45px;
  266.         width:300px;
  267.         height:20px;
  268.         line-height:20px;
  269.         color:#999;
  270.         font-weight:normal;
  271.         font-size:15px;
  272.     }
  273.     
  274.     #DBHeader img
  275.     {
  276.         position:absolute;
  277.         width:65px;
  278.         height:65px;
  279.         left:15px;
  280.         top:0px;
  281.         border:0px;
  282.     }
  283.  
  284. #MainWindow
  285. {
  286.     float:left;
  287.     position:absolute;
  288.     margin:10px 0 10px 0;
  289.     left:10px;
  290.     top:125px;
  291.     width:100%;
  292.     background:#fff;
  293.     border:0px;
  294.     border-bottom:2px solid #999;
  295.  
  296.     padding:0 0 0 0;
  297.     overflow:visible;
  298.     z-index:0;
  299. }
  300. #LeftPanel_Indicator
  301. {
  302.     position:absolute;
  303.     left:0px;
  304.     top:0px;
  305.     width:10px;
  306.     height:100%;
  307.     border-right:2px solid #999;
  308.     background:#eee;
  309.     z-index:1;
  310.  
  311. }
  312. #LeftPanel
  313. {
  314.     position:absolute;
  315.     display:inline;
  316.     float:left;
  317.     left:0px;
  318.     top:0px;
  319.     width:180px;
  320.     height:100%;
  321.     border-right:2px solid #999;
  322.     background:#fff;
  323.     z-index:1;
  324. }
  325.     #LeftPanel h1
  326.     {
  327.         float:left !important;
  328.         font-size:16px;
  329.         color:#c00;
  330.         width:180px;
  331.         height:30px;
  332.         line-height:30px;
  333.         text-align:center;
  334.         margin:0 0 0 0;
  335.     }
  336.     #LeftPanel h2
  337.     {
  338.         float:left !important;
  339.         display:block;
  340.         width:170px !important;
  341.         height:20px;
  342.         border-bottom: 2px solid #aaa;
  343.         margin:10px 0 5px 5px !important;
  344.         margin:10px 0 5px 2px;
  345.         padding:0 0 0 0;
  346.         font-size:13px;
  347.         
  348.         color:#333;
  349.         line-height:20px !important;
  350.         background:#fff;
  351.         text-align:right;
  352.     }
  353.  
  354.     #DB_Icon
  355.     {
  356.         float:left;
  357.         position:relative;
  358.         margin-top:40px;
  359.         width:180px;
  360.         height:150px;
  361.         border:0px;
  362.         background:url(/img/ProjectCenter/DB_Icon_sm.jpg) left top no-repeat #fff;
  363.     }
  364.     
  365.     #DB_Icon img
  366.     {
  367.         position:absolute;
  368.         width:100px;
  369.         height:100px;
  370.         left:40px;
  371.         top:50px;
  372.     }
  373.     
  374.     .Panel_Prompt
  375.     {
  376.         float:left;
  377.         width:87px;
  378.         line-height:20px;
  379.         font-size:12px;
  380.         color:#999;
  381.         text-align:right;
  382.     }
  383.     .Panel_Value
  384.     {
  385.         float:right;
  386.         width:87px;
  387.         line-height:20px;
  388.         font-size:12px;
  389.         color:#333;
  390.         text-align:left;
  391.     }
  392.     
  393. #BottomPanel
  394. {
  395.     position:absolute;
  396.     left:0px;
  397.     bottom:0px !important;
  398.     bottom:-1px;
  399.     width:100%;
  400.     height:18px;
  401.     background:#fff url(/img/ProjectCenter/DB_BottomBar_bg.jpg) left bottom repeat-x;
  402.     z-index:2;
  403. }
  404.  
  405.     .Export
  406.     {
  407.         float:right;
  408.         margin:0 10px 0 10px;
  409.         cursor:hand !important;
  410.         height:18px;
  411.     }
  412.     
  413.     a.ExportXML:link, a.ExportXML:visited
  414.     {
  415.         background:url(/img/ProjectCenter/Export_XML.jpg) no-repeat left bottom;
  416.         width:51px;
  417.     }
  418.     a.ExportXML:hover
  419.     {
  420.         background:url(/img/ProjectCenter/Export_XML_hover.jpg) no-repeat left bottom;
  421.     }
  422.     a.ExportXML:active
  423.     {
  424.         background:url(/img/ProjectCenter/Export_XML_active.jpg) no-repeat left bottom;
  425.     }
  426.     
  427.     .SideBar_Spacer
  428.     {
  429.         float:left;
  430.         width:180px;
  431.         height:139px;
  432.     }
  433.     .DB_Button2
  434.     {
  435.         position:absolute;
  436.         bottom:45px !important;
  437.     }
  438.     a.DB_Button:link, a.DB_Button:visited
  439.     {
  440.         position:absolute;
  441.         left:0px;
  442.         bottom:18px;
  443.         margin:0 0 0 0;
  444.         width:170px !important;
  445.         width:180px;
  446.         padding-left:10px;
  447.         height:25px;
  448.         line-height:25px;
  449.         background:#999;
  450.         border-top:1px solid #ccc;
  451.         border-bottom:1px solid #666;
  452.         color:#eee;
  453.         text-decoration:none;
  454.     }
  455.     a.DB_Button:hover
  456.     {
  457.         background:#777;
  458.         border-top:1px solid #ccc;
  459.         border-bottom:1px solid #333;
  460.         color:#fff;
  461.     }
  462.     a.DB_Button:active
  463.     {
  464.         background:#444;
  465.     }